home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00008_Script_KTG DLE LINK SCRIPTS < prev    next >
Text File  |  1998-09-28  |  741b  |  31 lines

  1. on skillsLink
  2.   Global gWhat1,gWhat2
  3.   resetBanner
  4.   losepop("pop")
  5.   updatestage
  6.   set GWhat1 to "11Use.dat"
  7.   set GWhat2 to "BKUSE.bmp"
  8.   --- setdefaultscreen(43)
  9.   play movie "dl"
  10. end
  11.  
  12. on teamlink
  13.   Global gWhat1,gWhat2,gButtonState
  14.   resetBanner
  15.   losepop("pop")
  16.   updatestage
  17.   repeat with x = 25 to 27
  18.     set t=getat(gButtonState,x)
  19.     if t>0 then exit repeat
  20.   end repeat
  21.   case x of 
  22.     25: set GWhat1 to "!20Dzone.dat;21NZone.dat;22OZone.dat"
  23.     26: set GWhat1 to "20Dzone.dat;!21NZone.dat;22OZone.dat"
  24.     27: set GWhat1 to "20Dzone.dat;21NZone.dat;!22OZone.dat"
  25.     otherwise
  26.       set GWhat1 to "!20Dzone.dat;21NZone.dat;22OZone.dat"
  27.   end case
  28.   set GWhat2 to "BKTEAM.BMP"
  29.  play movie "dl"
  30. end
  31.